home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 00290_waitSnd1Done.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  100 b   |  8 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.